home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / interapplication comm / menuscripter / sources / msmain.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  661 b   |  22 lines

  1. // MSMain.h
  2. //
  3. // Original version by Jon Lansdell and Nigel Humphreys.
  4. // 4.0 and 3.1 updates by Greg Sutton.
  5. // Human Interface changes and GX Printing by Don Swatman
  6. // ©Apple Computer Inc 1996, all rights reserved.
  7.  
  8. #pragma once
  9.  
  10. #include <Types.h>
  11. #include <StandardFile.h>
  12.  
  13. void            MaintainMenus ( Boolean *pRedrawMenuBar );
  14. void             MaintainEditItems ( TEHandle           theTE,     
  15.                                     short              numTypes,
  16.                                     ConstSFTypeListPtr typeList );
  17. void            CheckMenus( void );
  18. void            DoCommand( long mResult );
  19. void            DoMenuItem( short theMenuID, short theItem );
  20.  
  21. OSErr             GXPrintingEventOverride( EventRecord *anEvent, Boolean filterEvent );
  22.